home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / pingpong.swf / scripts / DefineButton2_704 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-01-10  |  306 b   |  17 lines

  1. on(press){
  2.    var ┬º\x01┬º = 33;
  3.    if(eval("\x01") == 33)
  4.    {
  5.       set("\x01",eval("\x01") + 751);
  6.       gotoAndStop(1);
  7.    }
  8.    else if(eval("\x01") == 784)
  9.    {
  10.       set("\x01",eval("\x01") - 750);
  11.    }
  12.    else if(eval("\x01") == 34)
  13.    {
  14.       set("\x01",eval("\x01") + 474);
  15.    }
  16. }
  17.